From c04c51bbf9790ee336a3f17a9045fb9f3568d1e3 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 21 May 2009 04:31:47 +0100 Subject: [PATCH] xend: Fix typo in usage of new auxbin.xen_configdir() function Signed-off-by: Keir Fraser --- tools/python/xen/xm/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index 440e8df3c3..47090ee627 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -73,7 +73,7 @@ if not hasattr(getopt, 'gnu_getopt'): getopt.gnu_getopt = getopt.getopt XM_CONFIG_FILE_ENVVAR = 'XM_CONFIG_FILE' -XM_CONFIG_FILE_DEFAULT = auxbin.xen_configdir + '/xm-config.xml' +XM_CONFIG_FILE_DEFAULT = auxbin.xen_configdir() + '/xm-config.xml' # Supported types of server SERVER_LEGACY_XMLRPC = 'LegacyXMLRPC' -- 2.30.2